home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Amiga Format CD 7
/
Amiga Format AFCD07 (Dec 1996, Issue 91).iso
/
serious
/
shareware
/
misc
/
cpk
/
arexx
/
spin.cpk
next >
Wrap
Text File
|
1994-01-23
|
372b
|
26 lines
/*
* CPK ARexx communications test; spin the current molecule about
* the Y axis.
*
* Author: Eric G. Suchanek, Ph.D.
* Copyright © 1994 Eric G. Suchanek, Ph.D. All Rights Reserved
*
* You need to run the CPK program first...
*
*/
Options FailAt 100
Options Results
address cpk1
'VectorMode ON'
do myyrot = 0 to 360 by 5
'yrot ' myyrot
'render'
end
exit